projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f755e1
)
(desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 12 Jul 2009 19:41:26 +0000
(19:41 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 12 Jul 2009 19:41:26 +0000
(19:41 +0000)
lisp/desktop.el
patch
|
blob
|
history
diff --git
a/lisp/desktop.el
b/lisp/desktop.el
index 1085356b85f25d105b02ade130eb5a872691293c..aae6b97120277f098f960029036c8e49376057d1 100644
(file)
--- a/
lisp/desktop.el
+++ b/
lisp/desktop.el
@@
-336,7
+336,7
@@
modes are restored automatically; they should not be listed here."
;; We skip .log files because they are normally temporary.
;; (ftp) files because they require passwords and whatnot.
(defcustom desktop-buffers-not-to-save
- "\\(^nn\\.a[0-9]+\\|
\\.log\\|
(ftp)\\)$"
+ "\\(^nn\\.a[0-9]+\\|(ftp)\\)$"
"Regexp identifying buffers that are to be excluded from saving."
:type 'regexp
:group 'desktop)